ISMATRIX Test For a 2D Matrix
Section: Inspection Functions
Usage
This function tests to see if the argument is a matrix. The syntax forismatrix is
x = ismatrix(y)
and it returns a logical 1 if the argument is size N x M or
M x N and a logical 0 otherwise.
