Skip to content

isnontext

Test whether a value is not text.

v = isnontext(value)

Returns true for any non-text value (numbers, logicals, errors, blanks).

isnontext(42) % 1
isnontext('hello') % 0
  • istext — Test whether a value is text.
  • isblank — Test whether a cell is blank.