Error message if a number is not inputted

Is there a way for the CL to recognize that what the student inputs into a table is not a numeric value but is an expression or an equation.

You can use isDefined to see if it’s a numericValue, or isUndefined if it’s not.

when isUndefined(tableName.cellContent(1,1))...