I had the same dilemma while reading the problem statemenf for the first time. It really depends on what sort of measurement you are making and how you are looking at it. Most fundamentally, you are counting antibodies. This makes is discrete. 1,002,405 is not the same as 1,002,406.
Now let's mess with it a little. If you were calculating the proportion of the solution that is antibodies, is that continuous? It is more continuous-looking, but really it is also discrete. I explain. If dropping one more antibody into the solution gives a different result, it must be discrete. If it doesn't change the result (because your error is more than one, or you are using only one decimal place, or whatever), then your data may be continuous.
The Dropping One Theory (I just invented it.)
10/99 = 0.101010
11/99 = 0.111111
12/99 = 0.121212
#1 - We are counting, so I'm thinking discrete.
#2 - We really cannot get 0.112233, since we cannot possilbly count 11.11111111 things. Missing values are a good clue that things are not continuous.
Let's try that again.
10/9999999 = 0.00000100000010...
11/9999999 = 0.00000110000011...
12/9999999 = 0.00000120000012...
Clearly discrete, since we cannot get 0.0000011111...
HOWEVER, if we record only six (6) decimal places:
10/9999999 = 0.000001
11/9999999 = 0.000001
12/9999999 = 0.000001
It's just not as obvious that this is not continuous.
Obviously, the Dropping One Theory needs some standardization and fundamental rigor, but are we seeing any more clearly? Another example comes to mind as I type. Height of humans really is continuous date, but we don't normally measure things that way. Many folks in the U.S. are 5' 4" or 5' 5" - maybe 5' 5½" - but it is unlikely anyone will report his or her height as 5' 5.4618561548465654548654564" The way we record the data make discretize the data. This is actually quite a common thing in Digital Signal Processing. A continuous signal is produced, but it is made discrete before being transmitted.
Well, I have enjoyed this little discussion about discrete and continuous. I hope I have helped rather than further confused.