Bug fix for the lib.arg_check.is_int_list() function for checking a list of lists.
This is used to check user function arguments, but was causing a RelaxError to be raised for all
integer list of lists user function arguments when a valid value is supplied. The function has been
updated to match the is_str_list() function which does not suffer from this bug.