verifies if an input is a list and converts to Div the elements which were not Div structures previously
[test,x_div] = islist(x);
the input to evaluate
'T' if x is a list, 'F' if x is not a list
a list of Div structures (test=='T')
[res_test,x2]=islist(x)