Member of the membership class.
c = isnumeric(a)
Determines whether a matrix is numeric.
| Name | Description |
| a | Specifies a matrix. |
| Name | Description |
| c | Returns 1 if a is a numeric matrix. Otherwise, this function returns 0. c is a Boolean. |
A = 'TEST'
C = isnumeric(A)