isvalid
Element-wise validity test.
Syntax
Section titled “Syntax”TF = isvalid(A)Description
Section titled “Description”Returns true for elements that are valid values — finite numbers, valid strings, valid handles, etc. false for NaN, #REF! errors, deleted handles, etc. Use as a general “is this usable” check.