verifies if a column vector x (or x.d from a Div structure) corresponds to a conjunctive codification
testconj= isconj(x)
a vector (n x 1) or a Div structure
testconj='T': x or x.d is conjunctive
testdisj='F': x or x.d is not conjunctive
[testconj]=isconj(x)