You do not provide information about the arguments of "ismember", without which one can only speculate about the cause of the problem! At any rate, look into "dataset" and its relationship to "data"...
The problem is that the function 'ismember' compares two arrays and returns logical indices if the data in one array is found in the other. There are two arguments for the function 'ismember', i.e Lia = ismember(A,B). What you wrote n the code doesn't make sense, and the error is probably related to the fact you put 'data' in as a string.
You gave no context for what you were trying to do so i'm only guessing, but I suspect what you are trying to do is compare the columns of the matrix 'meas' to see if one entry in the first column appears in the second column. If you are then try the following: