Checks whether the matrix is neither a scalar nor vector.
[Visual Basic] Public Property ReadOnly IsMatrix As Boolean [C#] public bool IsMatrix { get; } [C++] public: __property bool get_IsMatrix(); [JScript] public function get IsMatrix() : bool
True if the matrix has more than one row and more than one column, otherwise false.