error occurrence test
iserror([n])
:n an integer, an error number :
Tests if error number n has occurred (after a call to errcatch). iserror returns 1 if the error occurred and 0 otherwise.
n>0 is the error number ; all errors are tested with n<0.